home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / manmiss.dir / 00317_Script_317 < prev    next >
Text File  |  1994-11-29  |  378b  |  27 lines

  1. on exitframe
  2.   unloadCast
  3.   if rollover(7) then
  4.     go to frame "b1"
  5.   else if rollover(8) then
  6.     go to frame "b2"
  7.   else if rollover(9) then
  8.     go to frame "b3"
  9.   else
  10.     go to frame "menu"
  11.   end if
  12. end
  13.  
  14.  
  15. on enterFrame
  16.   global pnt
  17.  
  18.   set the cursor of sprite 3 to 0
  19.   set the cursor of sprite 4 to 0
  20.   set the cursor of sprite 20 to pnt
  21.  
  22.  
  23. end
  24.  
  25.  
  26.  
  27.